home *** CD-ROM | disk | FTP | other *** search
Twist Report script | 1980-01-18 | 424 b | 16 lines |
- REPORT Albums.DB
- NAME List_Classics
- SELECT Groups.MusicType=="Classical"
- OUTPUT Window
- RELATE Albums.GroupName = Groups.GroupName AllowCreateInForm
- SORT GroupName UP,AlbumTitle UP
- PAGE LAYOUT [1,"",1,10,"",720,166,10,720,50,800,0,1,0,0,1,30,"Classical albums in collection","Page #",2,2]
- BEFORE GroupName,2
- FIELD GroupName,1,0,30
-
- RECORD,3,Adjust
- FIELD AlbumTitle,5,0,30
- FIELD Conductor,5,1,30
- FIELD Orchestra,36,1,30
-
-